gdk: Change some async dnd api
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Apr 2019 11:38:52 +0000 (11:38 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Apr 2019 15:11:06 +0000 (15:11 +0000)
commit64fd5158bf71af386e3d3d5ec8970223b45a523c
treef26c2986fd62405f4a9cd7b20b66ae9287db2b21
parent8e4e4401c5064fa7e794a5a68f71df747bdabc47
gdk: Change some async dnd api

The pattern we generally follow is to put the
async result right after the source object, in
finish functions. Do this for gdk_drop_read_finish.
gdk/gdkdrop.c
gdk/gdkdrop.h
gdk/gdkdropprivate.h
gdk/wayland/gdkdrop-wayland.c
gdk/wayland/gdkprimary-wayland.c
gdk/win32/gdkdrop-win32.c
gdk/x11/gdkdrop-x11.c
gtk/gtkdnd.c